home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
falcon
/
falclib.lzh
/
ROUTS
/
EXIT.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-05
|
186 b
|
16 lines
*
* EXIT.S
*
* @exitifspace macro
* branches to exit if space has been pressed
* (destroys nothing)
*
@exitifspace macro
cmp.b #$39,$fffffc02.w
beq exit
endm